vfs: validate ZipProvider parent directories - #65829
Conversation
Codecov Reportβ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #65829 +/- ##
=======================================
Coverage 90.16% 90.17%
=======================================
Files 771 771
Lines 265485 265509 +24
Branches 50466 50476 +10
=======================================
+ Hits 239381 239416 +35
+ Misses 17043 17030 -13
- Partials 9061 9063 +2
π New features to boost your workflow:
|
|
FYI: @pipobscure |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
@trivikr ... this will need a rebase. |
Reject attempts to create archive entries beneath non-directory parents. Cover open, mkdir, and rename in the sync and async APIs. Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com> Assisted-by: codex
4a1f731 to
3670ad3
Compare
Thanks for the reminder. Rebased and requested a re-review. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
LGTM -> I would if I could |
Commit Queue failedThe pull request was removed from the Commit Queue and labeled
commit-queue-failed
Full Commit Queue output |
|
This pull request has conflicts with its base branch, removing the |
Fixes: #65828
Reject attempts to create archive entries beneath non-directory parents. Cover open, mkdir, and rename in the sync and async APIs.
Assisted-by: codex